object InstallForm: TInstallForm Left = 136 Top = 153 BorderIcons = [] BorderStyle = bsDialog Caption = 'Install' ClientHeight = 301 ClientWidth = 529 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object SeparatorBevel: TBevel Left = 7 Top = 253 Width = 514 Height = 9 Shape = bsTopLine end object FinishButton: TButton Left = 422 Top = 263 Width = 75 Height = 25 Caption = 'Finish' TabOrder = 0 OnClick = FinishButtonClick end object NextScreenButton: TButton Left = 270 Top = 263 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 1 OnClick = NextScreenButtonClick end object PrevScreenButton: TButton Left = 185 Top = 263 Width = 75 Height = 25 Caption = '< Prev' TabOrder = 2 OnClick = PrevScreenButtonClick end object QuitButton: TButton Left = 33 Top = 263 Width = 75 Height = 25 Caption = 'Quit' TabOrder = 3 OnClick = QuitButtonClick end end